﻿@charset "utf-8";
@import url(font.css);

/* Common */
a,body,button,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,select,table,td,textarea,th,ul{
    margin:0;
    padding:0;
    font-weight:400;
}
body,button,input,select,table,textarea{
    font-family:Roboto,"Noto Sans KR",sans-serif;
}
body{
    font-size:75%;
}
a img,fieldset,img{
    border:0;
}
img{
    vertical-align:top;
}
ol,ul{
    list-style:none;
}
address,em{
    font-style:normal;
}
hr,legend{
    display:none;
}
textarea{
    resize:none;
}
.blind{
    overflow: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    margin: -1px;
    width: 1px;
    height: 1px;
}
button{
    outline:0;
}
button::-moz-focus-inner{
    padding:0;
    border:0;
}

/* basic font */
html {
	-webkit-text-size-adjust: 100%;
}
body {
	color: #555;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
}
a {
	color: #00A0FF;
	text-decoration:none;
}
a:hover,
a:active,
a:focus {
	text-decoration: underline;
}

/* layout */
html,
body {
	min-width:320px;
	height: 100%;
}
#wrap {
	height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding-top: 54px;
	padding-bottom: 113px;
}
@media all and (min-width: 1060px) {
	#wrap {
		padding-top: 100px;
        padding-bottom: 140px;
	}
}
#container {
	position: relative;
	overflow: hidden;
	padding: 0 20px;
	min-height: 100%;
}
.main #wrap {
	padding: 0;
}
.main #container {
	max-width: 100%;
	padding: 0;
}
@media all and (min-width: 700px) {
	#container {
		max-width: 1000px;
		padding: 0 30px;
		margin: 0 auto;
	}
}

/* header */
@media all and (min-width: 1060px) {
	#header{
		position: absolute;
		z-index: 10;
		top: 0;
		left: 0;
		width: 100%;
		border-bottom: 1px solid #595959;
	}
	.main #header {
		border-bottom: 0 none;
	}
	#header .wrap {
		height: 100px;
		max-width: 1060px;
		margin: 0 auto;
	}
}
#header .minibar {
	position: fixed;
	z-index: 20;
	top: 0;
	left: 0;
	right: 0;
	height: 54px;
	background: #000;
}
@media all and (min-width: 1060px) {
	#header .minibar {
		position: static;
		height: auto;
		background: transparent;
	}
}
#header h1 {
	float: left;
	width: 127px;
	height: 25px;
	margin: 14px 0 0 20px;
}
@media all and (min-width: 700px) {
	#header h1 {
		margin: 14px 0 0 20px;
	}
}
@media all and (min-width: 1060px) {
	#header h1 {
		width: 185px;
		height: 50px;
		margin: 25px 0 0 15px;
	}
}
#header h1 a {
	width: 100%;
	height: 100%;
	display: block;
	background: url(../../img/ci/VINE_LOGO_WHITE_V6.png) 0px 6px no-repeat;
	background-size: auto 13px;
	text-indent: -99em;
	overflow: hidden;
}
@media all and (min-width: 1060px) {
	#header h1 a {
		background-image: url(../../img/ci/VINE_LOGO_BLACK.png);
		background-position: 0px 16px;
		background-size: 185px 19px;
	}
	.main #header h1 a {
		background-image: url(../../img/ci/VINE_LOGO_WHITE_V6.png);
	}
}
#header .minibar button {
	float: right;
	width: 25px;
	height: 25px;
	margin: 14px 19px 0 0;
	background: url(../../img/btn_menu.png) 50% 50% no-repeat;
	background-size: auto 13px;
	border: 0 none;
	text-indent: -9em;
	overflow: hidden;
}
@media all and (min-width: 700px) {
	#header .minibar button {
		margin: 14px 28px 0 0;
	}
}
@media all and (min-width: 1060px) {
	#header .minibar button {
		display: none;
	}
}

/* project */
.project .project-info {
	margin-top: 39px;
}
.project .project-info.first-info{
    margin-top: 24px;
}

.project .project-info.first-info p{
    font-size:1.25em;
	font-weight:300;
}

.project_main_img{
	margin-bottom:20px;
	opacity:0.8;
}

.project-list{
	position: relative;
	display: inline-block;
	margin-top:30px;
	width:100%;
}

.project-list li{
	display:block;
	float:left;
	margin-top:40px;
}

.project-list-title{
	font-size:1.75em;
	font-weight:600;
	font-family:'IBMPlexSansKR-Light';
}

.project-list-text{
	font-size:1.25em;
	float:left;
}

.project-table{
	width:320px;
	height:390px;
	border: 1px solid #d6d6d6;
	float: left;
	margin-bottom: 17px;
	margin-right: 17px;
}

.project-table1{
	width:320px;
	height:390px;
	border: 1px solid #d6d6d6;
	float: left;
	margin-bottom: 17px;
}

.project-table table{
	padding: 20px;
}

.project-table1 table{
	padding: 20px;
}

tbody tr:first-child td {
  padding-top: 5px;
}

.project-name{
	font-size:16px;
	color: #333;
}

.project-label-img{
	width:320px;
	height: 200px;
	background-image:url("../../img/project/vine-project.jpg");
}

.project-label-img p{
	line-height: 40px;
	padding-left: 20px;
}

.left20{
	margin-left:20px;
}

.left60{
	margin-left:60px;
}


.project-label{
	background: linear-gradient(to right, #0090ff 0%, #0333be 100%);
	float: right;
	width:160px;
	height:40px;
	z-index: 1;
	color: #fff;
}

.project-head{
	color: #c1c1c1;
	font-size: 14px;
}

.project-text{
	font-size: 14px;
	padding-left: 20px;
}

@media all and (min-width: 700px) { .project .project-info { margin-top: 53px; } 
.project .project-info.first-info{ margin-top: 43px; } } .project .project-info 
h2 { margin: 0 0 16px; line-height: 1.25; font-weight: 600; font-size: 1.75em; 
color: #113d69; letter-spacing: -0.5px; 
font-family:"IBMPlexSansKR-Light",sans-serif; }

.project-main {
	display:block;
    text-align:center;
	font-size: 1.45em;
	font-family:'Roboto-Regular';
}

.project-line{
	width:100%;
	border-bottom:1px solid #9c9c9c;
	margin-bottom:30px;
}

@media all and (min-width: 700px) {
	.project .project-info h2 {
		font-size: 2.66em;
		margin: 0 0 19px;
	}
}

#lnb {
	display: none;
}
body.menu #lnb {
	display: block;
	position: fixed;
	z-index: 20;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: auto;
	height: auto;
	background: #153e6d;
}
@media all and (min-width: 1060px) {
	#lnb {
		display: block;
		float: right;
		margin: 31px 30px 0 0;
	}

    body.menu #lnb{
        position:static;
        background-color:#fff;
    }
}
#lnb ul {
    padding: 24px 0 0 30px;
}
@media all and (min-width: 1060px) {
	#lnb ul {
		padding: 0;
        float: left;
	}
}

#abmain{
background-color:#4c4c4c;
background-size:822px 502px;
}

/* 아이폰 6 가로 */
@media only screen and (max-device-width : 812px) and (orientation:landscape) {
    #lnb ul {
        padding-right:200px;
	}
}
/* 아이폰 4 가로 */
@media only screen and (max-device-width : 480px) and (orientation:landscape) {
    #lnb ul {
        padding-right:80px;
	}
}

#lnb li {
    margin: 0 0 16px;
}
@media all and (min-width: 1060px) {
	#lnb li {
		margin: 0 0 0 40px;
		float: left;
		height: 50px;
	}
    #lnb li:first-child {
		margin-left: 0;
	}
}

/* 아이폰 4, 아이폰 6 가로 */
@media only screen and (min-device-width : 320px) and (max-device-width : 812px) and (orientation:landscape) {
    #lnb li {
        margin:0 15px 25px 0;
        display:inline-block;
	}
    #lnb li:last-child{
        margin-right:0;
    }
}
/* 갤럭시 s7 세로 */
@media only screen and (min-device-width : 360px) and (max-device-width : 640px) and (orientation:portrait) {
    #lnb li {

    }
}
/* 갤럭시 s7 가로 */
@media only screen and (max-device-width : 359px) and (orientation : portrait) {
	#lnb li {
    	margin: 0 0 14px;
    }
}
#lnb li a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.267em;
	font-weight: 700;
	font-family: 'IBMPlexSansKR-Light', sans-serif;
	color: #fff;
	letter-spacing: 1px;
}
@media all and (min-width: 1060px) {
	#lnb li a {
		color: #4C4C4C;
	    font-size: 1.167em;
		text-align: center;
		padding: 10px 0;
	}
    .main #lnb{
        margin-top: 33px;
    }
	.main #lnb li a {
		color: #fff;
        font-size: 1.167em;
	}
	#lnb li a:before {
		content: ' ';
		position: absolute;
		bottom: 0;
		width: 0;
		padding: 0;
		left: -2px;
		height: 4px;
		background: #153e6d;
	}
	#lnb li a:hover:before,
	#lnb li.on a:before {
		width: 100%;
		padding: 0 2px;
		transition: width 0.12s, padding 0.12s;
	}
}
#lnb button {
	position: absolute;
	top: 12px;
	right: 17px;
	width: 30px;
	height: 30px;
	background: url(../../img/btn_close.png) 50% 50% no-repeat;
	background-size: 18px 18px;
	border: 0 none;
	text-indent: -9em;
	overflow: hidden;
}
@media all and (min-width: 1060px) {
	#lnb button {
		display: none;
	}
}

/* footer */
#footer {
	position: relative;
	clear: both;
	background: #000;
	text-align: center;
	padding: 0 0 21px;
	font-size: 1.08em;
}
body.menu #footer {
	position: fixed;
	z-index: 20;
	left: 0;
	right: 0;
	bottom: 0;
    padding:0 10px 24px 10px;;
	background: #153e6d;
	color: #fff;
	text-align: left;
	width: auto;
}
body.menu #footer:before {
	content: ' ';
	position: absolute;
	top: -16px;
	left: 30px;
	width: 20px;
	height: 3px;
	background: #fff;
}
#footer .go-top {
	display: block;
	position: absolute;
	top: -50px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: #000 url(../../img/btn_top.png) 50% 50%;
	background-size: 34px 34px;
	border: 0 none;
	text-indent: -9em;
	overflow: hidden;
}
body.menu #footer .go-top,
body.error #footer .go-top {
	display: none;
}
#footer .go-top:hover {
	background-color: #0078ff;
}
@media all and (min-width: 730px) {
	#footer .go-top {
		top: -75px;
		right: 30px;
		width: 46px;
		height: 45px;
		background-size: 34px 34px;
	}
}
#footer .wrap {
	min-height: 67px;
}
body.menu #footer .wrap{
    margin-top: -3px;
}
@media all and (min-width: 1050px) {
	#footer .wrap {
		position: relative;
		max-width: 1000px;
		height: 129px;
		margin: 0 auto;
		padding: 0 30px;
		text-align: left;
	}
}
#footer .external-sites {
	padding: 26px 0 10px;
}
body.menu #footer .external-sites {
	position: absolute;
	bottom: 71px;
	left: 16px;
    padding:0;
    font-size:0;
}

/* 아이폰 6 세로 */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation:portrait) {
}
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation:landscape) {
    body.menu #footer .external-sites {
		padding-top: 0;
    }
}
@media all and (min-width: 1050px) {
	#footer .external-sites {
		float: left;
		padding: 59px 0 0 0;
	}
}


#footer .external-sites li {
	display: inline-block;
	font-size:1.15em;;
}
#footer .external-sites li:last-child a{
    margin-right: 0;
}
#footer .external-sites a {
	position: relative;
	color: #999;
	background: url(../../img/footer_vine_logo.png) 0 0 no-repeat;
	overflow: hidden;
	width: 100%;
}
#footer .external-sites a:hover {
	color: #fff;
	background-image: url(../../img/footer_vine_logo_on.png);
}
body.menu #footer .external-sites a {
    margin:0 15px;
	background-image: url(../../img/footer_vine_logo_on.png);
}

@media all and (min-width: 1050px) {
	#footer .external-sites1 {
		float: left;
		padding: 49px 0 0 0;
		margin-left:30px;
		width:300px;
		color:#787878;
	}
}

#footer .external-sites1 ul {
	display: inline-block;
	font-size:1.05em;
}


#footer .external-sites1 li {
	font-size:1.05em;
	font-family:'Roboto';
	font-weight:300;

}

@media all and (min-width: 1060px) {
	#footer .external-sites a {
		text-indent: 0;
		margin: 0 17px 34px 0;
		padding: 1px 0 20px 70px;
		width: auto;
		height: auto;
		font-size: inherit;
	}
}
@media all and (min-width: 1050px){
    #footer .interior-sites{
        float: right;
        padding-top: 60px;
    }
    #footer .interior-sites li{
        position: relative;
        display: inline-block;
        font-size: inherit;
    }
    #footer .interior-sites li.terms {
    	font-size: 0.93em;
    	letter-spacing: -1px;
    }
}
@media all and (min-width: 1050px) {
	#footer .terms {
		font-size: inherit;
	}
}
#footer .terms li {
	display: inline-block;
}
#footer .terms li a {
	position: relative;
	color: #787878;
	padding: 0 3px 0 8px;
	text-decoration: none;
    font-size: 0.92em;
}
#footer .terms li.privacy a {
    font-weight: bold;
}
@media all and (min-width: 730px) {
	#footer .terms li a {
        padding: 0 8px 0 11px;
		font-size: inherit;
	}
}
#footer .terms li a:hover {
	color: #fff;
}
#footer .terms a:before {
	content: ' ';
	position: absolute;
	top: 3px;
	bottom: 3px;
	left: 1px;
	width: 1px;
	background: #3f3f3f;
}
#footer .terms li:first-child a:before {
	display: none;
}
#footer .terms .interior-select{
    position: relative;
}
#footer .terms .interior-select:before{
    content: '';
    position: absolute;
    top: 5px;
    bottom: 4px;
    left: 0;
    width: 1px;
    background: #3f3f3f;
}
#footer .terms .interior-select .select_wrap{
    position: relative;
    display: inline-block;
}
#footer .terms .interior-select .select_wrap .selected{
    padding-right: 20px;
    display: inline-block;
    min-width: 73px;
    font-size: 0.93em;
    color: #787878;
}
#footer .terms .interior-select .select_wrap .selected:before{
    display: none;
}
#footer .terms .interior-select .select_wrap .selected:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 7px;
    margin-top: -2px;
    display: inline-block;
    width: 7px;
    height: 5px;
    background: url(../../img/footer_arrow.png) no-repeat;
}
#footer .terms .interior-select .selected.show + .interior-list{
    display: block;
}
#footer .terms .interior-select .interior-list{
    display: none;
    position: absolute;
    bottom: 20px;
    right: 0;
    padding: 11px;
    min-width: 130px;
    border: 1px solid #3f3f3f;
    background-color: #000;
}
.menu #footer .terms .interior-select .interior-list{
    right:auto;
    left:0;
}
#footer .terms .interior-select .interior-list li{
    display: block;
    margin-top: 7px;
    letter-spacing: -0.5px;
    text-align: left;
}
#footer .terms .interior-select .interior-list li:first-child{
    margin-top: 0;
}
#footer .terms .interior-select .interior-list li a{
    padding: 0;
    color: #999;
}
#footer .terms .interior-select .interior-list li a:before{
    display: none;
}
#footer .terms .interior-select .interior-list li a:hover{
    color: #fff;
    text-decoration: none;
	
	padding-bottom: 12px;
}
#footer .terms .interior-select .interior-list li a:active, #footer .terms .interior-select .interior-list li a:focus{
    text-decoration: none;
}
@media all and (min-width: 1050px) {
    #footer .terms .interior-select{
        display: none;
    }
}
body.menu #footer .terms ul{
    font-size:0;
}
body.menu #footer .terms li {
	margin-top: 11px;
}
body.menu #footer .terms li a {
	color: #fff;
	letter-spacing: -1px;
	padding-left: 12px;
    font-size:12px;
}
body.menu #footer .terms li:first-child a {
	padding-left: 0;
    padding-right:12px;
}
body.menu #footer .terms .interior-select{
    display:block;
    margin-top:13px;
}
body.menu #footer .terms a:before {
    background-color: #00b3ff;
}
body.menu #footer .terms .interior-select a{
    padding: 0;
}
body.menu #footer .terms .interior-select:before{
    display:none;
}
@media all and (min-width: 360px) {
    body.menu #footer .terms .interior-select .select_wrap{
        padding-left: 0;
    }
}
body.menu #footer .terms .interior-select .select_wrap .selected{
    color: #fff;
    font-size:12px;
}
body.menu #footer .terms .interior-select .select_wrap .selected:after{
    display: inline-block;
    width: 7px;
	height: 5px;
	right: 2px;
    background: url(../../img/footer_arrow.png) 0 -20px no-repeat;
}
#footer .copyright {
	font-size: 0.8em;
	color: #787878;
    margin-top: 5px;
	letter-spacing:0.5px;
}
body.menu #footer .copyright {
    margin-top:79px;
	color: #fff;
    font-size:12px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 667px) and (orientation:landscape) {
    body.menu #footer .copyright {

    }
    body.menu #footer .external-sites{

    }
}
@media only screen and (max-device-width : 374px){
    body.menu #footer .copyright {
        margin-top:59px;
    }
    body.menu #footer .external-sites{
        bottom:61px;
    }
}
#footer .interior{
    display: none;
}
@media all and (min-width: 1050px) {
    #footer .interior{
        margin-left: 19px;
    }
    #footer .interior .selected {
        position: relative;
        display: inline-block;
        padding: 4px 8px 5px;
        width: 135px;
        height: 30px;
        border: 1px solid #3f3f3f;
        color: #999;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #footer .interior .selected:hover,
    #footer .interior .selected:hover:active,
    #footer .interior .selected:focus {
        text-decoration: none;
    }
    #footer .interior .selected:after {
        content: '';
        position: absolute;
        top: 12px;
        right: 8px;
        display: inline-block;
        width: 7px;
        height: 5px;
        background: url(../../img/footer_arrow.png) no-repeat;
    }
    #footer .interior .selected.show{
        color: #fff;
    }
    #footer .interior .selected.show:after{
        content: '';
        background-position: 0 -10px;
    }
    #footer .interior .selected.show + .interior-list{
        display: block;
    }
    #footer .interior .interior-list{
        display: none;
        position: absolute;
        bottom: 29px;
        left: 0;
        right: 0;
        padding: 11px 7px;
        border: 1px solid #3f3f3f;
    }
    #footer .interior .interior-list li{
        display: block;
        margin-top: 7px;
        letter-spacing: -0.5px;
    }
    #footer .interior .interior-list li:first-child{
        margin-top: 0;
    }
    #footer .interior .interior-list li a{
        color: #999;
    }
    #footer .interior .interior-list li a:hover{
        color: #fff;
        text-decoration: none;
    }
    #footer .interior .interior-list li a:active, #footer .interior .interior-list li a:focus{
        text-decoration: none;
    }
}
